var encoding/asn1.rawContentsType

4 uses

	encoding/asn1 (current package)
		asn1.go#L657: 	rawContentsType      = reflect.TypeFor[RawContent]()
		asn1.go#L921: 			structType.Field(0).Type == rawContentsType {
		asn1.go#L929: 			if i == 0 && field.Type == rawContentsType {
		marshal.go#L502: 		if t.Field(0).Type == rawContentsType {